Skip to content

Improve pr-review skill: inline comments, thread resolution, and new checklist items#4425

Merged
frett merged 2 commits into
developfrom
claudePrReview
May 13, 2026
Merged

Improve pr-review skill: inline comments, thread resolution, and new checklist items#4425
frett merged 2 commits into
developfrom
claudePrReview

Conversation

@frett

@frett frett commented May 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Ports inline PR comment posting from the parser repo's skill — after reviewing, bundles all ⚠️/❌ findings into a single GitHub review submission with deduplication against existing comments
  • Ports dismissal thread resolution — when a finding is dismissed, the skill replies to and resolves the matching open PR thread via GraphQL
  • Adds three new checklist items sourced from recurring PR review comments: eventSink must be a direct lambda (not a local variable), navigator.pop() must be inside launch {} after async ops, and @Composable interfaces must use hand-written Fake* classes instead of mockk

Test plan

  • Run /pr-review on an open PR and verify inline comments are posted
  • Dismiss a finding and verify the PR thread is replied to and resolved

🤖 Generated with Claude Code

frett and others added 2 commits May 12, 2026 15:53
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- eventSink must be passed as a direct lambda, not a local variable
- navigator.pop() must be inside the launch block after async operations
- Use Fakes instead of mockk for interfaces with @composable functions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented May 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.98%. Comparing base (912cd6a) to head (e189f88).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4425      +/-   ##
===========================================
- Coverage    51.99%   51.98%   -0.01%     
===========================================
  Files          454      454              
  Lines        12075    12075              
  Branches      2092     2092              
===========================================
- Hits          6278     6277       -1     
  Misses        5181     5181              
- Partials       616      617       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frett frett merged commit 65f9f47 into develop May 13, 2026
13 checks passed
@frett frett deleted the claudePrReview branch May 13, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant